home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / editor / ed33.zip / CPP.INI < prev    next >
INI File  |  1997-03-05  |  868b  |  102 lines

  1. [FileTypes]
  2. Types=*.c;*.cpp;*.h
  3.  
  4. [Comments]
  5. Beginning=/*|//|
  6. End=*/||
  7.  
  8. [Keywords]
  9. #define
  10. #elif
  11. #else
  12. #endif
  13. #error
  14. #if
  15. #ifdef
  16. #ifndef
  17. #include
  18. #line
  19. #printf
  20. #undef
  21. __asm
  22. __based
  23. __cdecl
  24. __declspec
  25. __except
  26. __fastcall
  27. __finally
  28. __inline
  29. __int16
  30. __int32
  31. __int64
  32. __int8
  33. __leave
  34. __stdcall
  35. __try
  36. asm
  37. auto
  38. bad_cast
  39. bad_typeid
  40. break
  41. case
  42. catch
  43. char
  44. class
  45. const_cast
  46. const
  47. continue
  48. default
  49. delete
  50. dllexport
  51. dllimport
  52. double
  53. do
  54. dynamic_cast
  55. else
  56. enum
  57. except
  58. extern
  59. finally
  60. float
  61. for
  62. friend
  63. goto
  64. if
  65. inline
  66. int    long
  67. int
  68. long
  69. naked
  70. namespace
  71. new
  72. operator
  73. private
  74. protected
  75. public
  76. register
  77. reinterpret_cast
  78. return
  79. short
  80. signed
  81. sizeof
  82. static_cast
  83. static
  84. struct
  85. switch
  86. template
  87. this
  88. thread
  89. throw
  90. try
  91. type_info
  92. typedef
  93. typeid
  94. union
  95. unsigned
  96. using
  97. virtual
  98. void
  99. volatile
  100. while
  101. xalloc
  102.